Package edu.claflin.finder.io.graph.sub
Interface GraphWriter
-
- All Known Implementing Classes:
NOABatchIO,SIFGraphIO,SimpleGraphIO
public interface GraphWriterInterface used by classes that write graphs to memory.- Version:
- 3.0 May 20, 2015
- Author:
- Charles Allen Schultz II
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteGraph(Graph toWrite)Writes graphs to memory.
-